home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _70875AF745DC4E11851721E440765AFA < prev    next >
Encoding:
Text File  |  2005-08-12  |  384 b   |  26 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("foreground2d")
  6.  
  7.     pass()
  8.     {
  9.  
  10.         tmu()
  11.         {
  12.             colorop("arg1", "tfactor", "current", "current")
  13.             alphaop("arg1", "tfactor", "current", "current")
  14.         }
  15.  
  16.         colorgen("tfactor", "user", 0,0,0, "user", 0,0,0)
  17.  
  18.  
  19.         userblendfunc()
  20.         depthfunc("always", 0)
  21.  
  22.         nofog()
  23.     }
  24. }
  25.  
  26.